home *** CD-ROM | disk | FTP | other *** search
- Global szTitle As String 'Path of the mvb file
- Global vwr As Integer 'Viewer handle
- Global hwndVwr As Integer 'Viewer hwnd
-
- 'Variables for throwing away function return values
- Global x As Integer
- Global xl As Long
-
- Sub JumpTopic (szTopic As String)
- If VwrCommand(vwr, szTitle, "JumpID(qchPath, `" & szTopic & "')", cmdOptNone) = 0 Then
- Error 32767
- End If
- End Sub
-
-